home *** CD-ROM | disk | FTP | other *** search
- Path: news.cloud9.net!usenet
- From: jalvo@cloud9.net (John G. Alvord)
- Newsgroups: comp.lang.c++
- Subject: Re: Leap year
- Date: Fri, 29 Mar 1996 01:39:39 GMT
- Organization: Bet Your Business Technologies
- Message-ID: <315b3f2b.912029@NEWS.CLOUD9.NET>
- References: <3135A7F2.2120@hiwaay.net> <4hbiln$899@sam.inforamp.net> <4hesba$ph@clarknet.clark.net> <3146D0D8.16BA@msn.com>
- NNTP-Posting-Host: jalvo.dialup.cloud9.net
- X-Newsreader: Forte Agent .99e/16.194
-
- "Poul A. Costinsky" <PoulACost@msn.com> wrote:
-
- >return (!(y % 4) && (y % 100));
- >
- That will work until 2100 and then err,
- john alvord
-
-